home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / dig-2.0 / dig-2 / dig.2.0 / hfiles.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-01  |  422 b   |  26 lines

  1.  
  2. /*
  3. ** Distributed with 'dig' version 2.0 from University of Southern
  4. ** California Information Sciences Institute (USC-ISI). 9/1/90
  5. */
  6.  
  7. /*
  8. #define PARAMH     "param.h"
  9. */
  10. #define PARAMH   <sys/param.h>
  11.  
  12.  
  13. /*
  14. #define RESOLVH  <resolv.h>
  15. #define RESOLVH  <arpa/resolv.h>
  16. #define NAMESERH <arpa/nameser.h>
  17. */
  18. #define RESOLVH  "resolv.h"
  19. #define NAMESERH "nameser.h"
  20.  
  21. /*
  22. #define NETDBH   <netdb.h>
  23. */
  24. #define NETDBH   "netdb.h"
  25.  
  26.